home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Action Arcade 1997
/
Action Arcade 1997.iso
/
ps
/
pro16.~dp
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1996-12-16
|
179 b
|
14 lines
program Pro16;
uses
Forms,
Unit16 in 'UNIT16.PAS' {Form1},
Fs in 'FS.PAS';
{$R *.RES}
begin
Application.CreateForm(TForm1, Form1);
Application.Run;
end.